Pause

Syntax: @Pause Pause_ident_string

The Pause command can be used when executing Knowledge Builder applications via the XML interface. When the pause command is encountered at runtime the output XML will signal the pause state and the session string will contain a 'pause' marker to allow the inference to proceed past the pause command when it is resubmitted.

Example:

@Pause mystring

output xml would contain…

<ACTION MODE="PAUSE" DATA="mystring"/>